home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / game / misc / racer_up.lha / HDInstall_RACER_V1.1 next >
Text File  |  1997-03-08  |  781b  |  28 lines

  1. ;
  2. ;    Installation Script of RACER 97 - Version 1.1 
  3. ;    All rights reserved to D'HEEGER Sébastien © 1996-97
  4. ;
  5.  
  6. (complete 0)
  7. (message "Make sure that you have installed the game RACER on your HD before.\n This new version fixes a bug on 68030/50 Mhz.\n")
  8.  
  9. (working " Installing new version of the game on your HD")
  10.  
  11. (copyfiles   (source "RacerLores") 
  12.          (dest "DHR:")
  13.              (infos)
  14.          (prompt "Copying RacerLores version 1.1:")
  15.          (help "No help")
  16. )
  17. (complete 50)
  18. (copyfiles   (source "RacerHires") 
  19.          (dest "DHR:")
  20.              (infos)
  21.          (prompt "Copying RacerHires version 1.1:")
  22.          (help "No help")
  23. )
  24.  
  25. (complete 100)
  26. (message "\n\n New version 1.1 of Racer has now been installed on your harddrive.Now,it must run on Amiga with a 68030/50 Mhz !")
  27. (exit)
  28.